home *** CD-ROM | disk | FTP | other *** search
/ System Booster / System Booster.iso / Mousetools / AKeySwap / AKeySwap.doc < prev    next >
Text File  |  1996-09-26  |  2KB  |  71 lines

  1. AKeySwap.c
  2. Version 1.1 by John Fieber
  3. 05 Feb 1993
  4.  
  5. v1.1 05 Feb 1993 fixed a tiny "sanity check" bug
  6. v1.0 31 Jan 1993 first polished version
  7. v0.9 16 Dec 1992 first quick-and-dirty version
  8.  
  9.  
  10. 1. What is AKeySwap
  11.  
  12. The two `Amiga' keys to the left and right of the spacebar serve
  13. different functions in the Amiga system.  The right key is used for
  14. menu shortcuts while the left is reserved for system use, such as
  15. flipping through screens.
  16.  
  17. The menu shortcut key is the most frequently used by most people but
  18. some find it awkward to use.  AKeySwap swaps the the left and right
  19. Amiga key functions so you can use the left Amiga key as the menu
  20. shortcut key.  Correspondingly, the right Amiga key becomes the
  21. system key.
  22.  
  23.  
  24. 2. Installation and Use
  25.  
  26. Because AKeySwap is a commodity, you need at least version 2.04 of
  27. the operating system.
  28.  
  29. Using AKeySwap is trivial.  Just double click on the icon.  For
  30. `permanent' installation, drop it in your WBStartup drawer.  Be sure
  31. that the DONOTWAIT tooltype is present.  Alternately, you may run it
  32. from a shell or your User-Startup.  It runs as a background task so
  33. there is no need to "RUN >NIL: <NIL" it.
  34.  
  35. For optimal results, AKeySwap should be one of the very first
  36. programs in the input event chain and thus the default CX_PRIORITY is
  37. 100.  If you need to adjust this, you may put "CX_PRIORITY=<value>" in
  38. the icon tooltypes or specify it on the command line.
  39.  
  40. As with all commodities, you can activate, deactivate or remove
  41. AKeySwap by using the Exchange program supplied by Commodore.  You
  42. can also remove AKeySwap by running it a second time or sending a
  43. Control-C break to its process.
  44.  
  45.  
  46. 3. Credits and Comments
  47.  
  48. This program was written at the suggestion of David Salamon.
  49.  
  50. Please feel free to distribute and modify this under the following
  51. conditions:
  52.  
  53. · The source code, documentation and executable must be distributed
  54.   together.
  55.  
  56. · Any changes to the source, documentation or executable must be
  57.   documented with what was change and who performed the change.
  58.  
  59. · Do make an attempt to contact me about the change.  See below.
  60.  
  61. Send comments suggestions to:
  62.  
  63.    jfieber@sophia.smith.edu
  64.  
  65. or for postal users:
  66.  
  67.    John Fieber
  68.    14 Conz
  69.    Northampton MA 01060-3861
  70.    USA
  71.